'---------------------------------------------------------------' ' Edit .INI File, Version 1.31 ' ' Copyright (c) 1995-96 Glen McGregor ' ' Redistributed by Permission. ' ' ' ' Glen McGregor ' ' 934 Borland Drive ' ' Orleans, Ontario ' ' Canada K1E 1X6 ' ' ' ' CompuServe: 75357,3062 ' ' Internet Address: glen@ott.mmcl.ca ' ' ' This software may be used and distributed freely on the ' ' condition that it is distributed in full and unchanged, and ' ' that no fee is charged for such use and distribution with the ' ' exception of reasonable media and shipping charges. ' ' ' ' ' ' GLEN MCGREGOR SPECIFICALLY DISCLAIMS ALL WARRANTIES, ' ' INCLUDING, WITHOUT LIMITATION, ALL IMPLIED WARRANTIES OF ' ' MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND ' ' NON-INFRINGEMENT OF THIRD PARTY RIGHTS. ' ' ' ' UNDER NO CIRCUMSTANCES WILL GLEN MCGREGOR BE LIABLE FOR ' ' SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT, OR ANY OTHER ' ' DAMAGES OR CLAIMS ARISING FROM THE USE OF THIS PRODUCT, ' ' INCLUDING LOSS OF PROFITS OR ANY OTHER COMMERCIAL DAMAGES, ' ' EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH ' ' DAMAGES. ' ' ' '---------------------------------------------------------------' This utility is being made available for free. Any feedback, suggestions or bug reports are welcome. Files included: editini.exe editini.txt threed.vbx This program requires VBRUN300.DLL (not included) to run. Edit .INI File - General purpose edit utility for .INI Files. - Can delete Sections and Key lines, add Sections and/or Key lines, and edit Key Entries. - Checks for and handles duplicate key entries, such as "device=" in system.ini. - Ignores comments in .INI file. - Can restore currently selected .INI file to the point at which the file was last clicked in the file listbox (ie. You cannot click on one file, make changes, click on a second file, then click on the first file and restore it). - Can invoke Notepad with currently selected .INI file. V. 1.31 12:01PM 5/22/95 - Corrected appearance of lower screen resolutions when using small fonts. - Note that both /4 and /6 will work at 640x480 using small fonts because 800x600 large fonts fits into 640x480 small fonts. V. 1.3 9:17AM 5/16/95 - Added independent screen resolution. Runs in 640x480 or higher resolution. Default is current screen resolution or 1024x768 if screen resolution is 1024x768 or higher. Command switches added: /4 - run at 640x480 window size /6 - run at 800x600 window size ie. Assign icon to c:\utility\editini /e/h/6 While Edit .INI File is running (active app), the following hot keys are available: Alt-4 - will set window size to 640x480 Alt-6 - will set window size to 800x600 Alt-7 - will set window size to 1024x768. V. 1.2 11:47AM 5/12/95 - Added the ability to display the entire line of key entries in the KeyNames listbox - Added the ability to add a horizontal scroll bar to the KeyNames listbox, which may be necessary if full lines are displayed. Command switches: /e - display entire KeyNames line(s) /h - add a horizontal scroll bar to KeyNames listbox ie. Assign icon to c:\utility\editini /e/h While Edit .INI File is running (active app), pressing Alt-h will toggle horizontal scroll bar and pressing Alt-e will toggle full line display in KeyNames listbox. Glen McGregor